翻訳と辞書
Words near each other
・ List of Cowon products
・ List of Cox Plate winners
・ List of CPBL batting champions
・ List of CPBL ERA champions
・ List of CPBL hits champions
・ List of CPBL holds champions
・ List of CPBL home run champions
・ List of CPBL Manager of the Year Award
・ List of CPBL most progressive award
・ List of CPBL MVP of the Year Award
・ List of CPBL RBI champions
・ List of CPBL saves champions
・ List of CPBL stolen bases champions
・ List of CPBL strikeout champions
・ List of CPBL wins champions
List of CPU architectures
・ List of CPU power dissipation figures
・ List of crab dishes
・ List of crabs of New Zealand
・ List of crackers
・ List of Cradle of Filth band members
・ List of crambid genera
・ List of Cranaidae species
・ List of Cranbrook Kingswood School alumni
・ List of cranesbill species
・ List of Crash & Bernstein episodes
・ List of Crash (2009 TV series) episodes
・ List of Crash Bandicoot mobile games
・ List of Crash Bandicoot series characters
・ List of craters on 253 Mathilde


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

List of CPU architectures : ウィキペディア英語版
List of CPU architectures

The following is a list of notable CPU architectures.

All computers run using very low-level commands which do some very basic functions, such as reading data, writing data, jumping to addresses, and calculating basic arithmetic. (The complete list of commands that can be run by a CPU is known as that computer’s instruction set). Instruction sets are relatively small; most higher-order programming languages, such as C++, Ada, Fortran, or Visual Basic, must be compiled (or translated, or interpreted) into these low level commands in order for a program to run.
These low-level commands are run in a series of steps, which are synchronized with the computer’s clock. (One apt analogy would be an internal combustion engine. In an engine, the pistons, valves, and fuel systems must all run in a very synchronized manner, so likewise a computer runs – with precise timing dictating when instructions are fetched and executed, and when data is read and written. If an engine runs in a cycle: intake, compression, ignition, and exhaust; so does a computer's CPU: fetch, load, execute, write.)
CPU architects strive for designs that are compact and efficient, thus forcing many tradeoffs to be considered during design. A 32-bit architecture can move more data than a 16-bit architecture in each cycle (thereby making it faster), but the data bus is also twice as wide, which takes up more area on the limited space of a chip. Despite these challenges, continual advances in VLSI design have made it possible for computer processors to steadily grow exponentially more powerful over the past few decades.
==Embedded CPU architectures==

* ARM's
*
* ARM architecture (32-bit)
*
* ARM64 (64/32-bit)
* Atmel's AVR architecture
* Microchip's PIC architecture
* Texas Instruments's MSP430 architecture
* Intel's 8051 architecture
* Zilog's Z80 architecture
* Western Design Center's 65816 architecture
* Hitachi's SuperH architecture
* Axis Communications' ETRAX CRIS architecture
* Power Architecture (formerly PowerPC)
* EnSilica's eSi-RISC architecture
* Milkymist architecture
* Inmos' Transputer architectures

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「List of CPU architectures」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.